-- card: 5160 from stack: in -- bmap block id: 5462 -- flags: 0000 -- background id: 4507 -- name: ----- HyperTalk script ----- on openCard reset end openCard -- part 2 (button) -- low flags: 00 -- high flags: A003 -- rect: left=45 top=259 right=281 bottom=158 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Q & A ----- HyperTalk script ----- on mouseUp global dataset lock screen go to last card of background id 2697 doMenu New Card get the script of prev card put false into word 2 of line 6 of it set the script of this card to it put false into dataSet set hilite of bg button id 12 to false set hilite of bg button id 15 to false set hilite of bg button id 16 to false unlock screen tabKey end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: A003 -- rect: left=46 top=283 right=305 bottom=186 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Biography ----- HyperTalk script ----- on mouseUp answer "Go to the card of your President." end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=275 top=261 right=303 bottom=475 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual dissolve go to next card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0002 -- rect: left=479 top=305 right=330 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 19727 / 19727 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp doMenu "Quit HyperCard" end mouseUp -- part 6 (button) -- low flags: 80 -- high flags: A002 -- rect: left=106 top=315 right=335 bottom=247 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Finally through! ----- HyperTalk script ----- on mouseUp lock screen go to card id 3008 hide bg button id 17 hide bg button id 18 hide bg button id 19 go to card id 5160 hide cd button id 3 hide cd button id 2 hide cd button id 6 unlock screen answer "I'm through!" set userLevel to 1 end mouseUp -- part 9 (button) -- low flags: 80 -- high flags: A002 -- rect: left=254 top=315 right=335 bottom=395 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Undo through! ----- HyperTalk script ----- on mouseUp lock screen go to card id 3008 show bg button id 17 show bg button id 18 show bg button id 19 go to card id 5160 show cd button id 3 show cd button id 2 hide cd button id 6 hide cd button id 9 unlock screen answer "I'm through!" set userLevel to 5 end mouseUp